home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / intro.dir / 00012_nikoleRoll.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  184 b   |  15 lines

  1. on mouseEnter me
  2.   puppetSound(6, "shortNik")
  3. end
  4.  
  5. on mouseLeave me
  6. end
  7.  
  8. on mouseDown me
  9.   cursor(-1)
  10.   repeat with x = 1 to 6
  11.     puppetSound(x, 0)
  12.   end repeat
  13.   go(1, "nikole")
  14. end
  15.